home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wclass21.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-02-14  |  377b  |  18 lines

  1. echo off 
  2. :start
  3. if %1. == . goto msg
  4. echo You need to xcopy *.dll %1\windows\system
  5. echo Do not overwrite any dll unless you experience problems.
  6. mkdir %1\wc2
  7. xcopy readme.txt %1\wc2
  8. xcopy wc2.exe %1\wc2
  9. xcopy wc2.hlp %1\wc2
  10. xcopy *.sct %1\wc2
  11. xcopy *.wri %1\wc2
  12. xcopy *.omt %1\wc2
  13.  
  14. :msg
  15. echo You need to type install <drive letter>
  16. echo e.g. install c:
  17. :end
  18.